home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / Athena_Design / Mesa / Mesa.app / English.lproj / DebugPanel.nib / data.classes next >
Text File  |  1993-06-05  |  341b  |  29 lines

  1. DPPanel = {
  2.     SUPERCLASS = Panel;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. DebugPanel = {
  10.     ACTIONS = {
  11.     dcontinue:;
  12.     stop:;
  13.     };
  14.     OUTLETS = {
  15.     doc;
  16.     continueButton;
  17.     window;
  18.     text;
  19.     stopButton;
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23. DebugView = {
  24.     OUTLETS = {
  25.     font;
  26.     };
  27.     SUPERCLASS = View;
  28. };
  29.